home *** CD-ROM | disk | FTP | other *** search
/ Flash 4 Web Animation FX & Design / Flash 4 - Web Animation - FX & Design.iso / mac / PlugAndPlay / TimeDelay / TimeDelay.swf / scripts / DefineSprite_12 / frame_8 / DoAction.as
Text File  |  1999-10-20  |  201b  |  14 lines

  1. set("/:Elapsed",eval("/:Delay") - (getTimer() - Start) / "1000");
  2. if("0" < eval("/:Elapsed"))
  3. {
  4.    gotoAndPlay(7);
  5. }
  6. else
  7. {
  8.    tellTarget("/")
  9.    {
  10.       play();
  11.    }
  12.    gotoAndStop(1);
  13. }
  14.